I am deploying a serverless application to AWS. I have a environment parameter in my SAM template ENV: 'DEV'. When I do the deployment up to AWS, I specified a
I need to reverse only letters in each word. The order of the words and non-letter symbols must remain in their positions. I have a function, but it changes the
I want to create an empty data frame with row index being each day and column index being time with 5min apart.So whenever I have to find a specific data dn tim
I am currently working on a distributed crawling service. When making this, I have a few issues that need to be addressed. First, let's explain how the crawler
PHP must track the amount of CPU time a particular script has used in order to enforce the max_execution_time limit. Is there a way to get access to this ins
I am developing chrome extension and by click on button I want to open new window Here is the code for opening: const createDialerTab = () => { chrome.wi
I have a function clans(), that accepts 8 arguments. I need to add key and value pair to dictionary if argument is not None. There is my solution: def clans(sel